PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPath Class / addPath Method
Path to add to current path
In This Topic
    addPath Method
    In This Topic
    Adds a path at the end of current path.
    Syntax
    public void addPath( 
       PDFPath path
    )

    Parameters

    path
    Path to add to current path
    See Also